home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / stdafx.h17 < prev    next >
Encoding:
Text File  |  2004-07-15  |  1.0 KB  |  24 lines

  1. //******************************************************************'
  2. //*                                                                *'
  3. //*                      TurboCAD for Windows                      *'
  4. //*                   Copyright (c) 1993 - 2004                    *'
  5. //*             International Microcomputer Software, Inc.         *'
  6. //*                            (IMSI)                              *'
  7. //*                      All rights reserved.                      *'
  8. //*                                                                *'
  9. //******************************************************************'
  10. // stdafx.h : include file for standard system include files,
  11. // or project specific include files that are used frequently, but
  12. // are changed infrequently
  13. //
  14.  
  15. #pragma once
  16.  
  17.  
  18. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  19. // Windows Header Files:
  20. #include <windows.h>
  21. #include <atlbase.h>
  22.  
  23. // TODO: reference additional headers your program requires here
  24.